(toggle-read-only): Clean up the hint message.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:02:45 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:02:45 +0000 (22:02 +0000)
lisp/files.el

index 81143edbc63175815da6e03a9b44cf9ba075a9b1..51fde3fd271dc6dd85f60153d0f338c2fb4720b6 100644 (file)
@@ -3074,8 +3074,8 @@ If visiting file read-only and `view-read-only' is non-nil, enter view mode."
         (force-mode-line-update)))
     (if (vc-backend buffer-file-name)
         (message (substitute-command-keys
-                  (concat "File is under version-control, "
-                          "consider \\[vc-next-action] to check in/out"))))))
+                  (concat "File is under version-control; "
+                          "use \\[vc-next-action] to check in/out"))))))
 
 (defun insert-file (filename)
   "Insert contents of file FILENAME into buffer after point.